home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEMA 4D CE 6 / Resource / res / menus / c4d_M_BRUSHPRESETS.res < prev    next >
Text File  |  2000-09-15  |  656b  |  43 lines

  1. // Menudefinition for M_BRUSHPRESETS
  2.  
  3. MENU M_BRUSHPRESETS
  4. {
  5.     SUBMENU IDS_PAINT_FILE
  6.     {
  7.         IDP_BRUSH_NEWFOLDER;
  8.         IDP_BRUSH_NEW;
  9.         SEPARATOR;
  10.         IDP_BRUSH_REVERT;
  11.         IDP_BRUSH_SAVEASDEFAULT;
  12.         SEPARATOR;
  13.         IDP_BRUSH_IMPORT;
  14.         IDP_BRUSH_EXPORTSELECTION;
  15.         IDP_BRUSH_EXPORTVISIBLE;
  16.         SEPARATOR;
  17.         IDM_CM_CLOSEWINDOW;
  18.     }
  19.  
  20.     SUBMENU IDS_PAINT_EDIT
  21.     {
  22.       IDP_BRUSH_EDIT;
  23.       IDP_BRUSH_RENAME;
  24.       IDP_BRUSH_DUPLICATE;
  25.       IDP_BRUSH_DELETE;
  26.     }
  27.  
  28.     SUBMENU IDS_PAINT_BRUSH_GROUP
  29.     {
  30.       IDP_BRUSH_GROUPS;
  31.     }
  32.     
  33.     SUBMENU IDS_PAINT_BRUSH_VIEW
  34.     {
  35.         IDP_BRUSH_ASLIST;
  36.         IDP_BRUSH_ASICON;
  37.         SEPARATOR;
  38.         IDP_BRUSH_SMALLICONS;
  39.         IDP_BRUSH_MEDIUMICONS;
  40.         IDP_BRUSH_LARGEICONS;
  41.   }
  42. }
  43.